XML Einrichten Version 1.2
TaxId Simple Type
XML Einrichten Version 1.2 : TaxId Simple Type
Beschreibung
Steuer nummer
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
TaxId Simple Type
Overview
TaxId Restriction of xs:string
Steuer nummer
Facette (Aspekt)
MaxLength35
Quelle
<xs:simpleType name="TaxId" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Steuer nummer </xs:documentation>
    <xs:documentation xml:lang="en">Tax Identification number </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="35" />
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.2